-
Re: WOFF support in different browsers
If you click the "Show all" button it'll show you older versions of browsers, and you'll see for instance that IE8 and older Android don't support WOFF. It'd be up to you to decide if you w…4 -
Re: SVG monochrome fonts.
@gluk Further investigated the Firefox crash, turns out it's caused by inlining or iframing the SVG itself when it has a style="fill:context-fill" on a shape. The glyph itself is okay! Here…1 -
Re: SVG monochrome fonts.
SVG glyphs can have their color values embedded in the SVG itself, or take it from the CPAL table. The type designer can allow values in the CPAL table to be overwritten by CSS. So you could do this:…1 -
Re: Detect Opentype Features of a font file via Browser
Opentype.js parses the GSUB table, but not GPOS. There's talk about supporting it though. Fontkit doesn't seem to be able to dump GSUB/GPOS for own inspection, but it can dump a list of a font's feat…5 -
Re: Webfont formats for self hosting
Indeed, browsers that don't support WOFF2 would have downloaded two formats of your font. The only clean way to use base64 would be to do the user-agent sniffing trick that Google and Typekit do. Det…1